Преглед изворни кода

prevent tabbar plus item to move above the keyboard

polscm32 пре 2 година
родитељ
комит
853de9f7b2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -1000,7 +1000,7 @@ extension Home {
                             .padding(.bottom, 1)
                     }
                 )
-            }
+            }.ignoresSafeArea(.keyboard, edges: .bottom)
         }
 
         var body: some View {